projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d03752c
)
GtkSpinner: Use G_PARAM_EXPLICIT_NOTIFY
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 13:41:26 +0000
(09:41 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:10 +0000
(13:31 -0400)
gtk/gtkspinner.c
patch
|
blob
|
history
diff --git
a/gtk/gtkspinner.c
b/gtk/gtkspinner.c
index d6ac9b86169d8d43a181dec8e129e01599f2b878..0e08f848040e0e53ed76d86678385140f845c9e2 100644
(file)
--- a/
gtk/gtkspinner.c
+++ b/
gtk/gtkspinner.c
@@
-33,6
+33,7
@@
#include "gtkimage.h"
#include "gtkintl.h"
+#include "gtkprivate.h"
#include "gtkstylecontext.h"
#include "gtkstylecontextprivate.h"
#include "gtkwidgetprivate.h"
@@
-118,7
+119,7
@@
gtk_spinner_class_init (GtkSpinnerClass *klass)
P_("Active"),
P_("Whether the spinner is active"),
FALSE,
- G
_PARAM_READWRITE
));
+ G
TK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY
));
gtk_widget_class_set_accessible_type (widget_class, GTK_TYPE_SPINNER_ACCESSIBLE);
}